home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / zbpc_460.zip / UTILITY.EXE / EOF-TEST.DOC < prev    next >
Text File  |  1991-01-20  |  553b  |  14 lines

  1. The source code can be tested with the ZDEMO.COM demo version
  2. of ZBasic. Simply type ZDEMO EOF-TEST, Then RUN<ENTER> (or LIST,
  3. to view the source code ... and modify if you like. To toggle to
  4. the full screen editor use <F10>
  5.  
  6. When you run the program try the following
  7.  
  8. (1) give a false file name and watch it get detected
  9. (2) use either of the two test ASCII files and observe the
  10.     slightly different results according to the presence of
  11.     the EOF marker (NO-EOF.TXT was produced by COPY CON,
  12.     which doesn't place an EOF <1AH>).
  13.  
  14.